home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / WINZOO21.ARJ / README.TXT next >
Text File  |  1992-03-04  |  2KB  |  54 lines

  1. This is version 2.10 of  zoo.exe, compiled using Borland C++
  2. 3.0 and the EasyWin library.
  3.  
  4. This  beast does  not  have  any Windows-like  features like
  5. dialog boxes  or pulldown/popup menus,  it just runs  with a
  6. teletype interface,  but it RUNS under  Windows 3.0/3.1 as a
  7. Windows application.
  8.  
  9. Some minor changes  were made to the source  to make the use
  10. under Windows easier:
  11.  
  12. 1)  When started without command line arguments, WINZOO asks
  13.     for a command line. Just enter the arguments in one line
  14.     like you would do on the DOS prompt.
  15.  
  16.     Example:
  17.  
  18.     WINZOO  is  started.  You   want  to  extract  *.c  from
  19.     csource.zoo. Enter the command line:
  20.  
  21.     x csource *.c
  22.  
  23.     To  list the  contents of  all zoo  files in the current
  24.     directory, enter:
  25.  
  26.     l *
  27.  
  28. 2)  Since  you can  never be  sure of  the current directory
  29.     when using WINDOWS, WINZOO  shows the current directory.
  30.     To  change  to  another  directory,  enter  a  '+'  sign
  31.     immediately followed by the target directory.
  32.  
  33.     Example:
  34.  
  35.     WINZOO tells you proudly:
  36.  
  37.     Current directory is: C:\WINDOWS
  38.  
  39.     Just enter:
  40.  
  41.     +\tmp
  42.  
  43.     and WINZOO will do the chdir  and tell you about the new
  44.     directory. Enter your command line, and watch the movie.
  45.  
  46. For the  remaining documentation, please read  the manual of
  47. zoo.
  48.  
  49. Thanks to  Rahul Dhesi for  creating zoo, the  most portable
  50. archive  program  I  know  about.  When  I compiled it using
  51. Borland C++ for Windows, I got NO WARNINGS!!
  52.  
  53. Wolfgang Siebeck <siebeck@infoac.rmi.de>
  54.